ArcFM Responder Mobile Developer Guide
SchemaRequest Constructor(String[])






Syntax
'Declaration
 
Public Function New( _
   ByVal ParamArray tables() As System.String _
)
'Usage
 
Dim tables() As System.String
 
Dim instance As New SchemaRequest(tables)
public SchemaRequest( 
   params System.string[] tables
)
public SchemaRequest( 
   params  tables: System.Stringarray of
); 
public function SchemaRequest( 
   tables : System.String[]
);
public: SchemaRequest( 
   params System.string*[]* tables
)
public:
SchemaRequest( 
   ... System.array<String^>^ tables
)

Parameters

tables
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SchemaRequest Class
SchemaRequest Members
Overload List

Send Feedback